home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
InfoMagic Internet Tools 1993 July
/
Internet Tools.iso
/
RockRidge
/
mail
/
mmdf
/
mmdf-IIb.43
/
h
/
amp.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1986-02-01
|
412 b
|
15 lines
/* amp.h - global defs (not many) */
/* Structure of translation table */
struct hstab
{
char *name; /* Host (NODE) Name to look for */
char *at; /* use this a hostname */
char *dot; /* append this to mbox portion */
};
/* addresses of the form "<mbox> @ name" become "<mbox>.dot @ at" */
long amp_hdr();